home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBP.ADF / Memtest / systest.doc < prev    next >
Text File  |  1991-06-20  |  3KB  |  76 lines

  1. *
  2. *   Disk Diagnostic program v 2.0
  3. *
  4.  
  5.  
  6.            *************************
  7.            ******* Copyright *******
  8.            ******** Notice *********
  9.            *************************
  10. All Materials on this disk are copyrighted by Custom Services 1986.
  11. All items were produced by Custom Services as "No-Frill" Software.
  12. You may redistribute any or all of the items on this disk so long as
  13. you also move this notice(which is included in each source file).
  14.  
  15. Custom Services does not charge for this software except to ask for
  16. a small donation(no more than $5.00) from anyone using one of these
  17. programs. Those users who register with a donation will recieve
  18. update information. Under no instance may any program or part of a
  19. program be copied for commercial use with out a written agreement
  20. from us.
  21.  
  22. To obtain a list of all disks currently available in the Custom
  23. Services library, and ordering information, send a preaddressed
  24. mailing label and 2 loose first class stamps to:
  25.  
  26.    Custom Services
  27.    P. O. Box 254
  28.    Moorestown, N. J. 08057
  29.  
  30. *
  31. * Format of Call:
  32. *
  33. *   SYSTEST  -F[ull] -V[erbose] -D[rive] n
  34. *
  35. *   This program will  read the disk sector by sector checking to see
  36. *   if the disk/diskette combination can be accessed.  The options
  37. *   and their meaning are as follows:
  38. *
  39. *   Drive   specifies the drive to use, default is drive 0, the
  40. *           internal drive.
  41. *
  42. *
  43. *   Full    This will do a seek and read test.  The default if this
  44. *           option is not specified is to do a read test.
  45. *
  46. *  Verbose  This will print statistics on the run(not just error
  47. *  info)
  48. *
  49. *
  50.  
  51. Disk Head Cleaning
  52.  
  53.      You will find that Amiga disk drives do not need much in the way
  54.  of cleaning and maintenance. This program will clean your heads if
  55.  you follow the instructions below:
  56.  
  57.   a) Obtain a double sided 3 1/2 inch cleaning disk
  58.   b) prepare the disk for the cleaning(add the cleaning fluid ext)
  59.   c) enter the command: SYSTEST -D x -F
  60.   d) When the program prompts for the disk to be inserted place the
  61.      cleaning disk in the drive and then hit return.
  62.   c) As soon as the program starts seeking type a Ctrl-C(Hold the
  63.      Ctrl and C key down at the same time) to abort the program after
  64.      the Seek test is done.
  65.  
  66.      This will move the disk head around on the cleaning surface
  67.   extending the life of both your disk heads and the cleaning disk.
  68.   A cleaning disk normally is good until you start to see dirt from
  69.   the heads on it(about 15 to 20 cleanings). You should try to clean
  70.   your heads about once a month if you make heavy use of your
  71.   drive(s). I was going to make a separate cleaner program but found
  72.   I didn't need it! CLEAN HEADS are important!!
  73.  
  74. Revised: 10/02/87 -  memory allocation of disk buffer to remove need
  75.                      to use FIXHUNK on executable. 
  76.